Conversation
|
Important Review skippedToo many files! This PR contains 294 files, which is 144 over the limit of 150. You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Test Results (catsnap-authorization-shared)75 tests 75 ✅ 0s ⏱️ Results for commit 8e1aef2. |
Test Results (catsnap-payment)1 tests 1 ✅ 0s ⏱️ Results for commit 8e1aef2. |
Test Results (catsnap-event-schema-shared)35 tests 35 ✅ 1s ⏱️ Results for commit 8e1aef2. |
Test Results (catsnap-gateway)54 tests 54 ✅ 2s ⏱️ Results for commit 8e1aef2. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Test Results (catsnap-mono)41 tests 41 ✅ 4s ⏱️ Results for commit 8e1aef2. |
Test Results (catsnap-reservation)377 tests 377 ✅ 8s ⏱️ Results for commit 8e1aef2. |
Test Results (catsnap-authentication)196 tests 196 ✅ 14s ⏱️ Results for commit 8e1aef2. |
📌 관련 이슈
✨ PR 세부 내용
Summary
catsnap-접두사를 추가하여 모듈 식별성 및 가독성 향상변경 내역
디렉토리 rename
gatewaycatsnap-gatewayauthenticationcatsnap-authenticationauthorization-sharedcatsnap-authorization-sharedmonocatsnap-monoreservationcatsnap-reservationevent-schema-sharedcatsnap-event-schema-sharedpaymentcatsnap-paymentGradle
settings.gradle: 모든include항목에catsnap-접두사 적용catsnap-gateway/build.gradle:project(':authorization-shared')→project(':catsnap-authorization-shared')catsnap-authentication/build.gradle::authorization-shared,:event-schema-shared→catsnap-접두사catsnap-reservation/build.gradle::authorization-shared,:event-schema-shared→catsnap-접두사Dockerfile (4개)
catsnap-접두사 반영GitHub Actions
test-*.yml→test-catsnap-*.yml(7개),deploy-*.yml→deploy-catsnap-*.yml(4개)ci.yml: paths-filter 경로 및uses:참조 파일명 변경cd.yml: paths-filter 경로 및uses:참조 파일명 변경test-catsnap-*.yml(7개): gradlew 명령, 테스트 결과 경로, codecov flag/name 변경deploy-catsnap-*.yml(4개): Dockerfile 경로 변경Codecov & README
codecov.yml: flag 이름 및 paths에catsnap-접두사 적용readme.md: 커버리지 배지 URL의 flag 파라미터에catsnap-접두사 적용